home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Human Interface Toolbox / Sheets / Sheet.nib / classes.nib next >
Encoding:
Text File  |  2000-10-06  |  3.7 KB  |  101 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = IBCarbonButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  5.         {
  6.             CLASS = IBCarbonChasingArrows; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {
  9.                 carbonBounds = id; 
  10.                 command = id; 
  11.                 controlHandle = id; 
  12.                 controlID = id; 
  13.                 controlMaximum = id; 
  14.                 controlMinimum = id; 
  15.                 controlName = id; 
  16.                 controlSignature = id; 
  17.                 controlSize = id; 
  18.                 controlTitle = id; 
  19.                 controlValue = id; 
  20.                 enabled = id; 
  21.                 hidden = id; 
  22.                 isEnabled = id; 
  23.                 isHidden = id; 
  24.                 objectNameForInspectorTitle = id; 
  25.                 targetFrameworkName = id; 
  26.                 targetFrameworkSupportsConnections = id; 
  27.                 titleRect = id; 
  28.             }; 
  29.             SUPERCLASS = IBCarbonControl; 
  30.         }, 
  31.         {
  32.             CLASS = IBCarbonControl; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {
  35.                 carbonBounds = id; 
  36.                 command = id; 
  37.                 controlHandle = id; 
  38.                 controlID = id; 
  39.                 controlMaximum = id; 
  40.                 controlMinimum = id; 
  41.                 controlName = id; 
  42.                 controlSignature = id; 
  43.                 controlSize = id; 
  44.                 controlTitle = id; 
  45.                 controlValue = id; 
  46.                 enabled = id; 
  47.                 hidden = id; 
  48.                 isEnabled = id; 
  49.                 isHidden = id; 
  50.                 objectNameForInspectorTitle = id; 
  51.                 targetFrameworkName = id; 
  52.                 targetFrameworkSupportsConnections = id; 
  53.                 titleRect = id; 
  54.             }; 
  55.             SUPERCLASS = NSObject; 
  56.         }, 
  57.         {
  58.             CLASS = IBCarbonDBListView; 
  59.             LANGUAGE = ObjC; 
  60.             SUPERCLASS = IBCarbonDataBrowser; 
  61.         }, 
  62.         {CLASS = IBCarbonDataBrowser; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  63.         {
  64.             CLASS = IBCarbonIcon; 
  65.             LANGUAGE = ObjC; 
  66.             OUTLETS = {
  67.                 carbonBounds = id; 
  68.                 command = id; 
  69.                 contentResID = id; 
  70.                 contentType = id; 
  71.                 controlHandle = id; 
  72.                 controlID = id; 
  73.                 controlMaximum = id; 
  74.                 controlMinimum = id; 
  75.                 controlName = id; 
  76.                 controlSignature = id; 
  77.                 controlSize = id; 
  78.                 controlTitle = id; 
  79.                 controlValue = id; 
  80.                 dontTrack = id; 
  81.                 enabled = id; 
  82.                 hidden = id; 
  83.                 isEnabled = id; 
  84.                 isHidden = id; 
  85.                 objectNameForInspectorTitle = id; 
  86.                 targetFrameworkName = id; 
  87.                 targetFrameworkSupportsConnections = id; 
  88.                 titleRect = id; 
  89.             }; 
  90.             SUPERCLASS = IBCarbonControl; 
  91.         }, 
  92.         {CLASS = IBCarbonImageWell; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  93.         {CLASS = IBCarbonMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSMenuItem; }, 
  94.         {CLASS = IBCarbonPopupButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  95.         {CLASS = IBCarbonRootControl; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  96.         {CLASS = IBCarbonRoundButton; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  97.         {CLASS = IBCarbonStaticText; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }, 
  98.         {CLASS = IBCarbonUserPane; LANGUAGE = ObjC; SUPERCLASS = IBCarbonControl; }
  99.     ); 
  100.     IBVersion = 1; 
  101. }